users

Get user's payout history

get/user/{id|username}/payouts

Response

Expected response to a valid request

all_timestring

The all-time balance accrued by this user in USD

last_monthstring

The amount in USD made by the user in the previous 30 days

Example response

{
  "payouts": [
    {
      "amount": 10,
      "status": "success"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 21 revisions of this API.